-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redesign PatchWSIDataset #4152
Redesign PatchWSIDataset #4152
Conversation
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Hi @drbeh , BTW, about the For now, you can use We must implement Thanks. |
Signed-off-by: Behrooz <[email protected]>
Sure, will add SmartCache in a seperate PR as the test cases need some attention. |
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Hi @Nic-Ma, any other comment here? thanks :) |
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick update.
Looks good to me.
Signed-off-by: Behrooz <[email protected]>
/black |
/build |
* Implement PatchWSIDataset Signed-off-by: Behrooz <[email protected]> * Add unittests Signed-off-by: Behrooz <[email protected]> * Add docs Signed-off-by: Behrooz <[email protected]> * Reorder imports Signed-off-by: Behrooz <[email protected]> * formatting: Signed-off-by: Behrooz <[email protected]> * Address comments Signed-off-by: Behrooz <[email protected]> * Update to be compatible with Dataset Signed-off-by: Behrooz <[email protected]> * Update reader to accept str, class, object Signed-off-by: Behrooz <[email protected]> * Add test cases for various reader and level arguments Signed-off-by: Behrooz <[email protected]> * Update comment about OpenSlide cache Signed-off-by: Behrooz <[email protected]> * Rename reader_name to backend Signed-off-by: Behrooz <[email protected]> * Add new test cases Signed-off-by: Behrooz <[email protected]> * Add unittests for openslide Signed-off-by: Behrooz <[email protected]> * Add new test cases Signed-off-by: Behrooz <[email protected]> * sorts Signed-off-by: Behrooz <[email protected]> * Add docstring for kwargs Signed-off-by: Behrooz <[email protected]>
Fixes #3930
Description
This PR refactor PatchWSIDataset and uses new WSIReader as the backend.
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.